home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / hp48_2 / sasspc.tar / sass / readme < prev    next >
Text File  |  1990-10-10  |  1KB  |  46 lines

  1. HP Saturn Assembler (sass).
  2. Version 2.3.
  3.  
  4. This program takes Saturn assembly code and assembles it into
  5. Saturn machine code.
  6.  
  7. Refer to Alonzo Gariepy's HP28S Processor Notes available by anonymous
  8. FTP from gmuvax2.gmu.edu (129.174.1.8) for the instruction set used by
  9. sass.  Please note that this is not the instruction set used by
  10. Hewlett-Packard.  Refer to the .s files for assembly programming examples.
  11.  
  12. Usage:
  13.     sass [-pcx] [-o name] file.s ...
  14.  
  15. Multiple program files will be concatenated.
  16.  
  17. Options:
  18.  
  19.     -p    Place program delimiters around the code object (<< Code >>).
  20.     -c    Make the code a Code object (Very useful).
  21.     -x    Output the file in ->SYS format (see below)
  22.           for ascii upload to the 48SX.
  23.  
  24. The default output filename is hp.out.  -o name changes the output
  25. file name.
  26.  
  27. The ->SYS program was written by Rick Grevelle.
  28. It expects a list of hex integers and converts them into an object.
  29.  
  30. \->SYS
  31.    \<<
  32.       " "  +  LIST\->  2 SWAP
  33.       START #5193h  SYSEVAL
  34.       NEXT  #4003h  SYSEVAL
  35.       #56B6h SYSEVAL DROP
  36.    \>>
  37.  
  38. ------
  39. Sass was written in April of 1990 by David L. Brown and Steve
  40. Haehnichen.  All sass source code is distributed under the GNU General
  41. Public License.  Please see "COPYING" for more distribution info.
  42. The authors are not affiliated with Hewlett-Packard in any way.
  43.  
  44. Please send bugs, suggestions, hints, etc. to dbrown@ucsd.edu, or
  45. shaehnichen@ucsd.edu.
  46.